home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / mmalloc / configure.in < prev    next >
Encoding:
Text File  |  1992-03-25  |  555 b   |  38 lines

  1. # This file is a shell script that supplies the information necessary
  2. # to tailor a template configure script into the configure script
  3. # appropriate for this directory.  For more information, check any
  4. # existing configure script.
  5.  
  6. srctrigger=mmalloc.c
  7. srcname="mmalloc library"
  8. configdirs=""
  9.  
  10. # per-host:
  11.  
  12. case "${host_os}" in
  13.  
  14. irix4)
  15.     host_makefile_frag=config/mh-irix4
  16.     ;;
  17.  
  18. sysv4)
  19.     host_makefile_frag=config/mh-sysv4
  20.     ;;
  21.  
  22. sunos4*)
  23.     host_makefile_frag=config/mh-sunos4
  24.     ;;
  25.  
  26. *)
  27.     ;;
  28.  
  29. esac
  30.  
  31. # per-target:
  32.  
  33. #
  34. # Local Variables:
  35. # fill-column: 131
  36. # End:
  37. #
  38.